feat: add label background transparency setting and hotkey#191
Closed
majiayu000 wants to merge 1 commit intostan-smith:masterfrom
Closed
feat: add label background transparency setting and hotkey#191majiayu000 wants to merge 1 commit intostan-smith:masterfrom
majiayu000 wants to merge 1 commit intostan-smith:masterfrom
Conversation
- Add backgroundOpacity setting to labelSettings (default 1.0) - Update Label component to support transparent background - Add opacity slider in Settings > Labels tab - Add ] hotkey to toggle between opaque and semi-transparent labels Fixes stan-smith#65 Signed-off-by: majiayu000 <majiayu000@users.noreply.github.com>
Owner
|
Hey @majiayu000 thanks for contributing, can you attach some pictures or even a video showing what you've done please? |
stan-smith
requested changes
Jan 14, 2026
Owner
stan-smith
left a comment
There was a problem hiding this comment.
Currently can't get the desired behaviour on my end. Please send a video of this working.
Stan
Owner
|
Closed due to inactivity and features not working. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
backgroundOpacitysetting to labelSettings (default 1.0 - fully opaque)]hotkey to toggle between opaque and semi-transparent labels (toggles between 100% and 30%)Test Plan
Fixes #65